home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 December / 2004-12 CHIP.iso / Internet / The Bat! Professional 3.01 / thebat_professional.msi / Data1.cab / thebat.exe / 0 / RCDATA / TSELASSOCFORM / TSELASSOCFORM.txt
Text File  |  2004-10-12  |  2KB  |  114 lines

  1. object SelAssocForm: TSelAssocForm
  2.   Left = 267
  3.   Top = 99
  4.   HelpContext = 14063
  5.   BorderStyle = bsDialog
  6.   Caption = 'Select Application'
  7.   ClientHeight = 372
  8.   ClientWidth = 452
  9.   Color = clBtnFace
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   OldCreateOrder = True
  16.   Position = poScreenCenter
  17.   OnClose = FormClose
  18.   PixelsPerInch = 96
  19.   TextHeight = 13
  20.   object lAssoc: TLabel
  21.     Left = 8
  22.     Top = 8
  23.     Width = 433
  24.     Height = 33
  25.     AutoSize = False
  26.     WordWrap = True
  27.   end
  28.   object lDesc: TLabel
  29.     Left = 8
  30.     Top = 48
  31.     Width = 3
  32.     Height = 13
  33.   end
  34.   object lProgram: TLabel
  35.     Left = 8
  36.     Top = 96
  37.     Width = 39
  38.     Height = 13
  39.     Caption = 'Program'
  40.   end
  41.   object eDescription: TEdit
  42.     Left = 8
  43.     Top = 64
  44.     Width = 433
  45.     Height = 21
  46.     TabOrder = 0
  47.   end
  48.   object PrgList: TListView
  49.     Left = 8
  50.     Top = 112
  51.     Width = 433
  52.     Height = 185
  53.     Columns = <>
  54.     ReadOnly = True
  55.     SmallImages = ImageList
  56.     SortType = stText
  57.     TabOrder = 1
  58.     ViewStyle = vsList
  59.     OnChange = PrgListChange
  60.     OnClick = PrgListClick
  61.     OnDblClick = PrgListDblClick
  62.   end
  63.   object cbAlways: TCheckBox
  64.     Left = 8
  65.     Top = 304
  66.     Width = 433
  67.     Height = 17
  68.     Caption = 'Always open with the chosen program'
  69.     TabOrder = 2
  70.   end
  71.   object bOK: TButton
  72.     Left = 88
  73.     Top = 336
  74.     Width = 83
  75.     Height = 25
  76.     Caption = 'OK'
  77.     Default = True
  78.     ModalResult = 1
  79.     TabOrder = 3
  80.   end
  81.   object bCancel: TButton
  82.     Left = 176
  83.     Top = 336
  84.     Width = 83
  85.     Height = 25
  86.     Cancel = True
  87.     Caption = 'Cancel'
  88.     ModalResult = 2
  89.     TabOrder = 4
  90.   end
  91.   object bBrowse: TButton
  92.     Left = 352
  93.     Top = 336
  94.     Width = 83
  95.     Height = 25
  96.     Caption = 'Browse'
  97.     TabOrder = 5
  98.     OnClick = bBrowseClick
  99.   end
  100.   object bHelp: TButton
  101.     Left = 264
  102.     Top = 336
  103.     Width = 81
  104.     Height = 25
  105.     Caption = 'Help'
  106.     TabOrder = 6
  107.     OnClick = bHelpClick
  108.   end
  109.   object ImageList: TImageList
  110.     Left = 256
  111.     Top = 8
  112.   end
  113. end
  114.